Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632542 Views

Latest files of /cody/solygambas/html-css-javascript-projects/085-sneaker shop

style.css cody/solygambas/html-css-javascript-projects/085-sneaker shop/style.css
137 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap");

*,
*::before,
*::after {
box-sizing: border-box;
}

index.html cody/solygambas/html-css-javascript-projects/085-sneaker shop/index.html
330 Views
0 Comments
<!-- Based on Build a Modern Landing Page Website by Kevin Powell for Traversy Media (2020)
see: https://www.youtube.com/watch?v=X1dz0xRbSJc -->

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />